[INFO] fetching crate rhook 0.8.0...
[INFO] testing rhook-0.8.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate rhook 0.8.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate rhook 0.8.0
[INFO] finished tweaking crates.io crate rhook 0.8.0
[INFO] tweaked toml for crates.io crate rhook 0.8.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rhook 0.8.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rhook 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db68f66d636ed91cb8dbf8c15408bf1ef4292d2fa59b9ed69deabd7d99b0f7a7
[INFO] running `Command { std: "docker" "start" "-a" "db68f66d636ed91cb8dbf8c15408bf1ef4292d2fa59b9ed69deabd7d99b0f7a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db68f66d636ed91cb8dbf8c15408bf1ef4292d2fa59b9ed69deabd7d99b0f7a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db68f66d636ed91cb8dbf8c15408bf1ef4292d2fa59b9ed69deabd7d99b0f7a7", kill_on_drop: false }`
[INFO] [stdout] db68f66d636ed91cb8dbf8c15408bf1ef4292d2fa59b9ed69deabd7d99b0f7a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 256f0af6b0ea7391c854b72a9d8302b56a6f427e6926e57965ef248a13209033
[INFO] running `Command { std: "docker" "start" "-a" "256f0af6b0ea7391c854b72a9d8302b56a6f427e6926e57965ef248a13209033", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.7.2
[INFO] [stderr]    Compiling rhook v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn add_hook(&mut self, hook: Hook) -> Anchor;
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_>;
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:153:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor;
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_>;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_hook(&mut self, hook: Hook) -> Anchor {
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:165:18
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn add_hook(&mut self, hook: Hook) -> Anchor {
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:180:18
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
[INFO] running `Command { std: "docker" "inspect" "256f0af6b0ea7391c854b72a9d8302b56a6f427e6926e57965ef248a13209033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "256f0af6b0ea7391c854b72a9d8302b56a6f427e6926e57965ef248a13209033", kill_on_drop: false }`
[INFO] [stdout] 256f0af6b0ea7391c854b72a9d8302b56a6f427e6926e57965ef248a13209033
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1abe09ba9bad79dfa3a76557d1c22c0759ddd828d30c5047dcf17ab41eda9ea
[INFO] running `Command { std: "docker" "start" "-a" "b1abe09ba9bad79dfa3a76557d1c22c0759ddd828d30c5047dcf17ab41eda9ea", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn add_hook(&mut self, hook: Hook) -> Anchor;
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_>;
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:153:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor;
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_>;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_hook(&mut self, hook: Hook) -> Anchor {
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:165:18
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rhook v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn add_hook(&mut self, hook: Hook) -> Anchor {
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:180:18
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> examples/multithread.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 .unwrap();
[INFO] [stdout]    |                          ^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     let t1 = std::thread::spawn(|| command!("hello"));
[INFO] [stdout]    |                                    ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]    = note: this error originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> examples/multithread.rs:30:26
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 .unwrap();
[INFO] [stdout]    |                          ^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     let t2 = std::thread::spawn(|| command!("bye"));
[INFO] [stdout]    |                                    --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this error originates in the macro `command` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rhook` (example "multithread") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn add_hook(&mut self, hook: Hook) -> Anchor;
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 151 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_>;
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:153:18
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor;
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_>;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:157:17
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_hook(&mut self, hook: Hook) -> Anchor {
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 157 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:165:18
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 165 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:175:17
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn add_hook(&mut self, hook: Hook) -> Anchor {
[INFO] [stdout]     |                 ^^^^^^^^^                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 175 |     fn add_hook(&mut self, hook: Hook) -> Anchor<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:180:18
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor {
[INFO] [stdout]     |                  ^^^^^^^^^                       ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     fn add_hooks(&mut self, hooks: Vec<Hook>) -> Anchor<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b1abe09ba9bad79dfa3a76557d1c22c0759ddd828d30c5047dcf17ab41eda9ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1abe09ba9bad79dfa3a76557d1c22c0759ddd828d30c5047dcf17ab41eda9ea", kill_on_drop: false }`
[INFO] [stdout] b1abe09ba9bad79dfa3a76557d1c22c0759ddd828d30c5047dcf17ab41eda9ea
